'Declaration<__DynamicallyInvokableAttribute()> Public Overloads Function LastIndexOf( _ ByVal item As T _ ) As System.Integer
'UsageDim instance As NGenericList(Of T) Dim item As T Dim value As System.Integer value = instance.LastIndexOf(item)
Parameters
- item